home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Arcade Classics
/
Arcade Classics.iso
/
Start.bat
< prev
Wrap
DOS Batch File
|
1999-11-07
|
573b
|
37 lines
@echo off
cls
:loop
if not exist \data\gm_win.exe goto fout
\data\gm_win.exe
goto einde
:fout
:D
if not exist d:\data\gm_win.exe goto E
d:
cd \
goto loop
:E
if not exist e:\data\gm_win.exe goto F
e:
cd \
goto loop
:F
if not exist f:\data\gm_win.exe goto C
f:
cd \
goto loop
:C
if not exist c:\data\gm_win.exe goto onbekend
c:
cd \
goto loop
:onbekend
@echo off
cls
echo GM_WIN.EXE niet gevonden....
pause
goto einde
:einde
@echo off
cls